Home
last modified time | relevance | path

Searched defs:INF (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dnumbers.rs301 const INF: &[u8] = b"inf"; constant
Ddatetime.rs232 const INF: usize = usize::MAX; in time_secfrac() constant
/aosp_15_r20/external/executorch/backends/apple/mps/runtime/operations/
H A DOperationUtils.h19 #define INF std::numeric_limits<float>::infinity() macro
/aosp_15_r20/external/pigweed/pw_log/public/pw_log/
H A Dshorter.h29 #define INF PW_LOG_INFO macro
/aosp_15_r20/external/kmod/tools/
H A Dlog.h33 #define INF(...) log_printf(LOG_INFO, __VA_ARGS__) macro
/aosp_15_r20/external/python/cpython3/Lib/test/test_json/
Dtest_enum.py25 INF = float('inf') variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dxmath.h66 #define INF _INFCODE macro
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplex.java59 … public static final Complex INF = new Complex(Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY); field in Complex
/aosp_15_r20/external/fonttools/Tests/misc/
H A Dpy23_test.py258 INF = float("inf") variable
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_cmath.py7 INF = float('inf') variable
Dtest_math.py14 INF = float('inf') variable
Dtest_getargs2.py51 INF = float('inf') variable
Dtest_complex.py7 INF = float("inf") variable
Dtest_float.py13 INF = float("inf") variable
/aosp_15_r20/external/llvm-libc/test/src/__support/FPUtil/
H A Dfpbits_test.cpp282 INF, enumerator
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/complex/
H A DComplex.java62 public static final Complex INF = field in Complex
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_cmath.py11 INF = float('inf') variable
Dtest_complex.py11 INF = float("inf") variable
Dtest_float.py23 INF = float("inf") variable
Dtest_math.py19 INF = float('inf') variable
/aosp_15_r20/external/libese/libese-teq1/include/ese/
H A Dteq1.h110 uint8_t INF[INF_LEN + 1]; /* Up to 254 with trailing LRC byte. */ member
/aosp_15_r20/external/python/cpython2/Modules/
Dcmathmodule.c111 #define INF Py_HUGE_VAL macro
/aosp_15_r20/external/python/cpython3/Modules/
Dcmathmodule.c200 #define INF Py_HUGE_VAL macro
/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_getargs.py51 INF = float('inf') variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c1118 # define INF 3 in repeat() macro

123