/third_party/musl/src/fenv/mips/ |
D | fenv.S | 41 .global __fesetround symbol 42 .hidden __fesetround 43 .type __fesetround,@function 44 __fesetround: label
|
/third_party/musl/src/fenv/mipsn32/ |
D | fenv.S | 40 .global __fesetround symbol 41 .hidden __fesetround 42 .type __fesetround,@function 43 __fesetround: label
|
/third_party/musl/src/fenv/mips64/ |
D | fenv.S | 41 .global __fesetround symbol 42 .hidden __fesetround 43 .type __fesetround,@function 44 __fesetround: label
|
/third_party/musl/src/fenv/powerpc/ |
D | fenv.S | 81 .global __fesetround symbol 82 .hidden __fesetround 83 .type __fesetround,@function 84 __fesetround: label
|
/third_party/musl/src/fenv/aarch64/ |
D | fenv.s | 8 .global __fesetround symbol 9 .hidden __fesetround 10 .type __fesetround,%function 11 __fesetround: label
|
/third_party/musl/src/fenv/arm/ |
D | fenv-hf.S | 13 .global __fesetround symbol 14 .hidden __fesetround 15 .type __fesetround,%function 16 __fesetround: label
|
/third_party/musl/src/fenv/sh/ |
D | fenv.S | 10 .global __fesetround symbol 11 .hidden __fesetround 12 .type __fesetround, @function 13 __fesetround: label
|
/third_party/musl/src/fenv/x32/ |
D | fenv.s | 32 .global __fesetround symbol 33 .hidden __fesetround 34 .type __fesetround,@function 35 __fesetround: label
|
/third_party/musl/src/fenv/x86_64/ |
D | fenv.s | 32 .global __fesetround symbol 33 .hidden __fesetround 34 .type __fesetround,@function 35 __fesetround: label
|
/third_party/musl/src/fenv/riscv64/ |
D | fenv.S | 30 .global __fesetround symbol 31 .type __fesetround, %function 32 __fesetround: label
|
/third_party/musl/src/fenv/ |
D | fesetround.c | 6 hidden int __fesetround(int); 22 return __fesetround(r); in fesetround()
|
D | fenv.c | 25 int __fesetround(int r) in __fesetround() function
|
/third_party/musl/src/fenv/i386/ |
D | fenv.s | 63 .global __fesetround symbol 64 .hidden __fesetround 65 .type __fesetround,@function 66 __fesetround: label
|
/third_party/musl/porting/liteos_a/kernel/src/fenv/ |
D | fenv.c | 25 int __fesetround(int r) in __fesetround() function
|
/third_party/musl/src/fenv/s390x/ |
D | fenv.c | 40 hidden int __fesetround(int r) in __fesetround() function
|
/third_party/musl/src/fenv/powerpc64/ |
D | fenv.c | 53 hidden int __fesetround(int r) in __fesetround() function
|
/third_party/musl/src/fenv/m68k/ |
D | fenv.c | 54 hidden int __fesetround(int r) in __fesetround() function
|