Searched refs:HALF_BASE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_u8.c53 #define HALF_BASE 0x0010000 macro
60 /* -SURROGATE_LOW_START + HALF_BASE */
181 ch -= HALF_BASE;
310 ch -= HALF_BASE;
H A Ducnv_u32.c30 #define HALF_BASE 0x0010000 macro
35 /* -SURROGATE_LOW_START + HALF_BASE */
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c71 #define HALF_BASE (BASE/2) macro
1253 r 00000yyyyy ==> (y/b)*BASE >= HALF_BASE
3736 printf(" HALF_BASE = %lu\n", HALF_BASE);
4309 * Note: If(av+bv)>= HALF_BASE,then 1 will be added to the least significant

Completed in 164 milliseconds