Searched refs:ONE (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | tst-digits.c | 32 #define ONE "\xe2\x82\x81" macro 50 { 1, "%I'10d", " " ONE }, 59 { 11, "%I'10d", " " ONE ONE }, 60 { 12, "%I'10d", " " ONE TWO }, 61 { 123, "%I10d", " " ONE TWO THREE }, 62 { 123, "%I'10d", " " ONE TWO THREE }, 63 { 1234, "%I10d", ONE TWO THREE FOUR }, 64 { 1234, "%I'10d", ONE "," TWO THREE FOUR }, 65 { 12345, "%I'10d", ONE TWO "," THREE FOUR FIVE }, 66 { 123456, "%I'10d", ONE TWO THREE "," FOUR FIVE SIX }, [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | generic_128.c | 38 #define ONE ((uint128_t) 1) macro 62 …fd.mantissa = explicitLeadingBit ? ieeeMantissa & ((ONE << (mantissaBits - 1)) - 1) : ieeeMantissa; in generic_binary_to_decimal() 85 m2 = (ONE << mantissaBits) | ieeeMantissa; in generic_binary_to_decimal() 99 (ieeeMantissa != (explicitLeadingBit ? ONE << (mantissaBits - 1) : 0)) in generic_binary_to_decimal()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/ |
A D | th_TH | 337 <U0031> <U0031>;<BLANK>;<BLANK>;<BLANK> % DIGIT ONE 338 <U0E51> <U0031>;<THAII>;<BLANK>;<BLANK> % THAI DIGIT ONE
|
Completed in 5 milliseconds