Home
last modified time | relevance | path

Searched defs:INFINITY (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmathematics.h67 #define INFINITY av_int2float(0x7f800000) macro
/third_party/gettext/gnulib-local/lib/libxml/
Dtrionan.c80 #define INFINITY Infinityd() macro
Dxpath.c509 #define INFINITY (DBL_MAX * DBL_MAX) macro
/third_party/jerryscript/jerry-libm/include/
Dmath.h25 #define INFINITY (1.0/0.0) macro
/third_party/python/Lib/idlelib/
Dcodecontext.py15 from sys import maxsize as INFINITY unknown
/third_party/node/deps/npm/node_modules/lodash._createset/
Dindex.js11 var INFINITY = 1 / 0; variable
/third_party/python/Lib/json/
Dencoder.py34 INFINITY = float('inf') variable
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h16 #define INFINITY __builtin_inff() macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h16 #define INFINITY __builtin_inff() macro
/third_party/musl/ndk_musl_include/
Dmath.h16 #define INFINITY __builtin_inff() macro
/third_party/musl/include/
Dmath.h16 #define INFINITY __builtin_inff() macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h16 #define INFINITY __builtin_inff() macro
/third_party/icu/icu4c/source/i18n/
Dchoicfmt.cpp67 #define INFINITY ((UChar)0x221E) macro
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dchoicfmt.cpp67 #define INFINITY ((UChar)0x221E) macro
/third_party/node/deps/npm/node_modules/lodash.uniq/
Dindex.js17 var INFINITY = 1 / 0; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dchoicfmt.cpp67 #define INFINITY ((UChar)0x221E) macro
/third_party/node/deps/icu-small/source/i18n/
Dchoicfmt.cpp67 #define INFINITY ((UChar)0x221E) macro
/third_party/node/deps/npm/node_modules/lodash.union/
Dindex.js17 var INFINITY = 1 / 0, variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c281 #define INFINITY (DUPMAX + 1) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c153 #define INFINITY (DUPMAX + 1) macro
/third_party/glib/glib/tests/
Dstrfuncs.c46 #define INFINITY HUGE_VAL macro