Home
last modified time | relevance | path

Searched defs:crt_fmax (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/
H A Dint_math.h81 #define crt_fmax(x, y) __max((x), (y)) macro
85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/
H A Dint_math.h85 #define crt_fmax(x, y) __max((x), (y)) macro
89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h81 #define crt_fmax(x, y) __max((x), (y)) macro
85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/
H A Dint_math.h81 #define crt_fmax(x, y) __max((x), (y)) macro
85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dint_math.h81 #define crt_fmax(x, y) __max((x), (y)) macro
85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/builtins/
H A Dint_math.h81 #define crt_fmax(x, y) __max((x), (y)) macro
85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/
H A Dint_math.h81 #define crt_fmax(x, y) __max((x), (y)) macro
85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dint_math.h81 #define crt_fmax(x, y) __max((x), (y)) macro
85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/lib/compiler-rt/builtins/
H A Dint_math.h85 #define crt_fmax(x, y) __max((x), (y)) macro
89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/lib/compiler-rt/builtins/
H A Dint_math.h85 #define crt_fmax(x, y) __max((x), (y)) macro
89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/lib/compiler-rt/builtins/
H A Dint_math.h85 #define crt_fmax(x, y) __max((x), (y)) macro
89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/lib/compiler-rt/builtins/
H A Dint_math.h85 #define crt_fmax(x, y) __max((x), (y)) macro
89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/lib/compiler-rt/builtins/
H A Dint_math.h85 #define crt_fmax(x, y) __max((x), (y)) macro
89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_math.h87 #define crt_fmax(x, y) __max((x), (y)) macro
91 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro