/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/ |
D | numbers.rs | 301 const INF: &[u8] = b"inf"; constant
|
D | datetime.rs | 232 const INF: usize = usize::MAX; in time_secfrac() constant
|
/aosp_15_r20/external/executorch/backends/apple/mps/runtime/operations/ |
H A D | OperationUtils.h | 19 #define INF std::numeric_limits<float>::infinity() macro
|
/aosp_15_r20/external/pigweed/pw_log/public/pw_log/ |
H A D | shorter.h | 29 #define INF PW_LOG_INFO macro
|
/aosp_15_r20/external/kmod/tools/ |
H A D | log.h | 33 #define INF(...) log_printf(LOG_INFO, __VA_ARGS__) macro
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_json/ |
D | test_enum.py | 25 INF = float('inf') variable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | xmath.h | 66 #define INF _INFCODE macro
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
H A D | Complex.java | 59 … 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 D | py23_test.py | 258 INF = float("inf") variable
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_cmath.py | 7 INF = float('inf') variable
|
D | test_math.py | 14 INF = float('inf') variable
|
D | test_getargs2.py | 51 INF = float('inf') variable
|
D | test_complex.py | 7 INF = float("inf") variable
|
D | test_float.py | 13 INF = float("inf") variable
|
/aosp_15_r20/external/llvm-libc/test/src/__support/FPUtil/ |
H A D | fpbits_test.cpp | 282 INF, enumerator
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/complex/ |
H A D | Complex.java | 62 public static final Complex INF = field in Complex
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_cmath.py | 11 INF = float('inf') variable
|
D | test_complex.py | 11 INF = float("inf") variable
|
D | test_float.py | 23 INF = float("inf") variable
|
D | test_math.py | 19 INF = float('inf') variable
|
/aosp_15_r20/external/libese/libese-teq1/include/ese/ |
H A D | teq1.h | 110 uint8_t INF[INF_LEN + 1]; /* Up to 254 with trailing LRC byte. */ member
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | cmathmodule.c | 111 #define INF Py_HUGE_VAL macro
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | cmathmodule.c | 200 #define INF Py_HUGE_VAL macro
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/ |
D | test_getargs.py | 51 INF = float('inf') variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regcomp.c | 1118 # define INF 3 in repeat() macro
|