Home
last modified time | relevance | path

Searched refs:EPSILON (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/msft-pc-windows/
H A DCP1253.TXT227 0xB8 0x0388 #GREEK CAPITAL LETTER EPSILON WITH TONOS
240 0xC5 0x0395 #GREEK CAPITAL LETTER EPSILON
264 0xDD 0x03AD #GREEK SMALL LETTER EPSILON WITH TONOS
272 0xE5 0x03B5 #GREEK SMALL LETTER EPSILON
H A DCP869.TXT183 0x8d 0x0388 #GREEK CAPITAL LETTER EPSILON WITH TONOS
199 0x9d 0x03ad #GREEK SMALL LETTER EPSILON WITH TONOS
210 0xa8 0x0395 #GREEK CAPITAL LETTER EPSILON
264 0xde 0x03b5 #GREEK SMALL LETTER EPSILON
H A DCP737.TXT174 0x84 0x0395 #GREEK CAPITAL LETTER EPSILON
198 0x9c 0x03b5 #GREEK SMALL LETTER EPSILON
268 0xe2 0x03ad #GREEK SMALL LETTER EPSILON WITH TONOS
277 0xeb 0x0388 #GREEK CAPITAL LETTER EPSILON WITH TONOS
H A DCP862.TXT280 0xee 0x03b5 #GREEK SMALL LETTER EPSILON
H A DCP863.TXT280 0xee 0x03b5 #GREEK SMALL LETTER EPSILON
H A DCP437.TXT280 0xee 0x03b5 #GREEK SMALL LETTER EPSILON
H A DCP860.TXT280 0xee 0x03b5 #GREEK SMALL LETTER EPSILON
H A DCP861.TXT280 0xee 0x03b5 #GREEK SMALL LETTER EPSILON
H A DCP865.TXT280 0xee 0x03b5 #GREEK SMALL LETTER EPSILON
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/
H A D8859-7.txt240 0xB8 0x0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS
253 0xC5 0x0395 # GREEK CAPITAL LETTER EPSILON
276 0xDD 0x03AD # GREEK SMALL LETTER EPSILON WITH TONOS
284 0xE5 0x03B5 # GREEK SMALL LETTER EPSILON
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c1754 #define EPSILON (0.1) macro
1758 return (value >= 0.0 && value < EPSILON); in fzero()