Searched refs:_ceil (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fops-windows-itanium.ll | 19 ; CHECK: calll _ceil{{$}}
|
D | fp-strict-libcalls-msvc32.ll | 11 ; CHECK-NEXT: calll _ceil
|
D | inline-asm-fpstack.ll | 161 ; CHECK-NEXT: calll _ceil
|
/external/python/cpython3/Lib/ |
D | random.py | 49 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil unknown 453 setsize += 4 ** _ceil(_log(k * 3, 4)) # table size for big sets
|
/external/python/cpython2/Lib/ |
D | random.py | 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil unknown 331 setsize += 4 ** _ceil(_log(k * 3, 4)) # table size for big sets
|