Home
last modified time | relevance | path

Searched defs:remquo (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/math/i386/
H A Dremquo.s23 remquo: label
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/math/i386/
H A Dremquo.s23 remquo: label
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/i386/
H A Dremquo.s23 remquo: label
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/math/i386/
H A Dremquo.s23 remquo: label
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/math/i386/
H A Dremquo.s23 remquo: label
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/i386/
H A Dremquo.s23 remquo: label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/src/math/
H A Dremquo.cpp14 double LLVM_LIBC_ENTRYPOINT(remquo)(double x, double y, int *exp) { in LLVM_LIBC_ENTRYPOINT() argument
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/
H A Ds_remquo.c4 double remquo(double x, double y, int *quo) in remquo() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/
H A Ds_remquo.c4 double remquo(double x, double y, int *quo) in remquo() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/common/
H A Ds_remquo.c12 double remquo(double x, double y, int *quo) /* wrapper remquo */ in remquo() function
H A Dsf_remquo.c40 double remquo(double x, double y, int *quo) /* wrapper remquof */ in remquo() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/common/
H A Ds_remquo.c12 double remquo(double x, double y, int *quo) /* wrapper remquo */ in remquo() function
H A Dsf_remquo.c40 double remquo(double x, double y, int *quo) /* wrapper remquof */ in remquo() function
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Headers/
H A Dspirv_math.h2484 float SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(remquo, _f32_f32_p1i32, )( float xx, float yy, __global … variable
2490 float SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(remquo, _f32_f32_p0i32, )( float xx, float yy, __private… variable
2496 float SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(remquo, _f32_f32_p3i32, )( float xx, float yy, __local i… variable
2503 float SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(remquo, _f32_f32_p4i32, )( float xx, float yy, __generic… variable
2510 half SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(remquo, _f16_f16_p1i32, )( half xx, half yy, __global int… variable
2516 half SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(remquo, _f16_f16_p0i32, )( half xx, half yy, __private in… variable
2522 half SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(remquo, _f16_f16_p3i32, )( half xx, half yy, __local int*… variable
2529 half SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(remquo, _f16_f16_p4i32, )( half xx, half yy, __generic in… variable
2537 double SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(remquo, _f64_f64_p1i32, )( double xx, double yy, __glob… variable
2543 double SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(remquo, _f64_f64_p0i32, )( double xx, double yy, __priv… variable
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DDivisionAndRemainderOperations.h27 static inline T remquo(T x, T y, int &q) { in remquo() function
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/utils/FPUtil/
H A DDivisionAndRemainderOperations.h27 static inline T remquo(T x, T y, int &q) { in remquo() function
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/libm-0.1.4/src/math/
H A Dremquo.rs1 pub fn remquo(mut x: f64, mut y: f64) -> (f64, i32) { in remquo() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/__support/FPUtil/
H A DDivisionAndRemainderOperations.h27 static inline T remquo(T x, T y, int &q) { in remquo() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DDivisionAndRemainderOperations.h27 static inline T remquo(T x, T y, int &q) { in remquo() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.1.4/src/math/
H A Dremquo.rs1 pub fn remquo(mut x: f64, mut y: f64) -> (f64, i32) { in remquo() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/utils/FPUtil/
H A DDivisionAndRemainderOperations.h27 static inline T remquo(T x, T y, int &q) { in remquo() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/utils/FPUtil/
H A DDivisionAndRemainderOperations.h27 static inline T remquo(T x, T y, int &q) { in remquo() function
/dports/lang/rust/rustc-1.58.1-src/vendor/libm/src/math/
H A Dremquo.rs1 pub fn remquo(mut x: f64, mut y: f64) -> (f64, i32) { in remquo() function
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libm-0.1.4/src/math/
H A Dremquo.rs1 pub fn remquo(mut x: f64, mut y: f64) -> (f64, i32) { in remquo() function
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/math/
H A Dremainder.d126 real remquo(real x, real y, out int n) @trusted nothrow @nogc /// ditto in remquo() function

12345678910>>...13