Home
last modified time | relevance | path

Searched defs:abs_x (Results 26 – 50 of 346) sorted by relevance

12345678910>>...14

/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/fuzzer/
H A DAbsNegAndConstant64Test.cpp18 volatile int64_t abs_x = llabs(x); in LLVMFuzzerTestOneInput() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/fuzzer/
H A DAbsNegAndConstantTest.cpp18 volatile int abs_x = abs(x); in LLVMFuzzerTestOneInput() local
H A DAbsNegAndConstant64Test.cpp18 volatile int64_t abs_x = llabs(x); in LLVMFuzzerTestOneInput() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A DAbsNegAndConstant64Test.cpp18 volatile int64_t abs_x = llabs(x); in LLVMFuzzerTestOneInput() local
H A DAbsNegAndConstantTest.cpp18 volatile int abs_x = abs(x); in LLVMFuzzerTestOneInput() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/fuzzer/
H A DAbsNegAndConstantTest.cpp18 volatile int abs_x = abs(x); in LLVMFuzzerTestOneInput() local
H A DAbsNegAndConstant64Test.cpp18 volatile int64_t abs_x = llabs(x); in LLVMFuzzerTestOneInput() local
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/fuzzer/
H A DAbsNegAndConstant64Test.cpp17 volatile int64_t abs_x = llabs(x); in LLVMFuzzerTestOneInput() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/fuzzer/
H A DAbsNegAndConstant64Test.cpp18 volatile int64_t abs_x = llabs(x); in LLVMFuzzerTestOneInput() local
H A DAbsNegAndConstantTest.cpp18 volatile int abs_x = abs(x); in LLVMFuzzerTestOneInput() local
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/fuzzer/
H A DAbsNegAndConstantTest.cpp18 volatile int abs_x = abs(x); in LLVMFuzzerTestOneInput() local
H A DAbsNegAndConstant64Test.cpp18 volatile int64_t abs_x = llabs(x); in LLVMFuzzerTestOneInput() local
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A DAbsNegAndConstant64Test.cpp18 volatile int64_t abs_x = llabs(x); in LLVMFuzzerTestOneInput() local
H A DAbsNegAndConstantTest.cpp18 volatile int abs_x = abs(x); in LLVMFuzzerTestOneInput() local
/dports/devel/sdl12/SDL-1.2.15/src/video/photon/
H A DSDL_ph_mouse.c172 short abs_x, abs_y; in ph_WarpWMCursor() local
198 short abs_x; in ph_UpdateMouse() local
/dports/math/cppad/CppAD-20210000.8/introduction/
H A Dexp_eps.hpp190 Type abs_x = x; in exp_eps() local
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOSNOWG.h37 short abs_x; variable
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-logb.h135 DOUBLE abs_x = (x < L_(0.0) ? - x : x); in test_function() local
H A Dtest-ilogb.h142 DOUBLE abs_x = (x < L_(0.0) ? - x : x); in test_function() local
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-logb.h135 DOUBLE abs_x = (x < L_(0.0) ? - x : x); in test_function() local
H A Dtest-ilogb.h142 DOUBLE abs_x = (x < L_(0.0) ? - x : x); in test_function() local
/dports/math/cln/cln-1.3.6/src/float/sfloat/elem/
H A Dcl_SF_from_I.cc35 var cl_I abs_x = (sign==0 ? x : -x); in cl_I_to_SF() local
/dports/math/cln/cln-1.3.6/src/float/ffloat/elem/
H A Dcl_FF_from_I.cc36 var cl_I abs_x = (sign==0 ? x : -x); in cl_I_to_FF() local
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Drational_approximation.cc32 long double abs_x = std::abs(x); in RationalApproximation() local
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Dfmax.h50 vec_uint4 nan_x, selector, abs_x, gt, eq; in _fmax() local

12345678910>>...14