Home
last modified time | relevance | path

Searched refs:rounding (Results 1 – 4 of 4) sorted by relevance

/development/ndk/sources/android/libportable/arch-x86/
Dfenv.c48 int rounding = flags & 0x03; in x86_change_rounding() local
51 switch(rounding) in x86_change_rounding()
91 int rounding = x86flags & _ROUND_MASK; in x86_get_rounding() local
94 switch(rounding) in x86_get_rounding()
/development/ndk/sources/android/libportable/arch-mips64/
Dfenv.c43 int rounding = flags & 0x03; in mips64_change_rounding() local
46 switch(rounding) in mips64_change_rounding()
84 int rounding = mips64flags & _FCSR_RMASK; in mips64_get_rounding() local
87 switch(rounding) in mips64_get_rounding()
/development/ndk/sources/android/libportable/arch-x86_64/
Dfenv.c54 int rounding = flag & 0x03; in x86_64_change_rounding() local
56 switch(rounding) { in x86_64_change_rounding()
98 int rounding = x86_64flag & _ROUND_MASK; in x86_64_get_rounding() local
100 switch(rounding) { in x86_64_get_rounding()
/development/ndk/sources/android/libportable/arch-mips/
Dfenv.c45 int rounding = flags & 0x03; in mips_change_rounding() local
48 switch(rounding) in mips_change_rounding()
88 int rounding = mipsflags & _FCSR_RMASK; in mips_get_rounding() local
91 switch(rounding) in mips_get_rounding()