Searched refs:HUGE (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/minimal-lexical/src/ |
H A D | libm.rs | 40 const HUGE: f32 = 1.0e30; in powf() consts 207 /* |y| is HUGE */ in powf() 213 sn * HUGE * HUGE in powf() 221 sn * HUGE * HUGE in powf() 316 return sn * HUGE * HUGE; /* overflow */ in powf() 320 return sn * HUGE * HUGE; /* overflo in powf() 593 const HUGE: f64 = 1.0e300; powd() consts [all...] |
/third_party/rust/crates/memchr/bench/src/memchr/ |
H A D | mod.rs | 11 inputs::{Input, Search1, Search2, Search3, EMPTY, HUGE, SMALL, TINY}, 26 define_memchr_input1(c, "memchr1/krate/huge", HUGE, move |search, b| { in all() 59 define_memchr_input1(c, "memchr1/libc/huge", HUGE, move |search, b| { in all() 95 HUGE, in all() 145 define_memchr_input1(c, "memchr1/naive/huge", HUGE, move |search, b| { in all() 178 define_memchr_input2(c, "memchr2/krate/huge", HUGE, move |search, b| { in all() 230 HUGE, in all() 296 define_memchr_input2(c, "memchr2/naive/huge", HUGE, move |search, b| { in all() 345 define_memchr_input3(c, "memchr3/krate/huge", HUGE, move |search, b| { in all() 401 HUGE, in all() [all...] |
/third_party/python/Lib/test/test_json/ |
H A D | test_enum.py | 7 HUGE = 1<<64 variable 13 huge = HUGE 60 str([SMALL, BIG, HUGE, REALLY_HUGE])) 85 self.assertEqual(nd[str(HUGE)], 'larger') 110 self.assertEqual(nd['larger'], HUGE)
|
/third_party/python/Lib/lib2to3/ |
H A D | patcomp.py | 118 max = pytree.HUGE 121 max = pytree.HUGE
|
H A D | pytree.py | 18 HUGE = 0x7FFFFFFF # maximum repeat count, default max variable 619 def __init__(self, content=None, min=0, max=HUGE, name=None): 628 max: optional maximum number of times to match, default HUGE 642 assert 0 <= min <= max <= HUGE, (min, max)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 396 #define HUGE 3.40282346638528859812e+38F macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 396 #define HUGE 3.40282346638528859812e+38F macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 396 #define HUGE 3.40282346638528859812e+38F macro
|
/third_party/musl/include/ |
H A D | math.h | 396 #define HUGE 3.40282346638528859812e+38F macro
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
H A D | page-types.c | 451 if ((flags & BITS_COMPOUND) && !(flags & BIT(HUGE))) in well_known_flags()
|
Completed in 7 milliseconds