Home
last modified time | relevance | path

Searched refs:_ceil (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/X86/
Dfops-windows-itanium.ll19 ; CHECK: calll _ceil{{$}}
Dfp-strict-libcalls-msvc32.ll11 ; CHECK-NEXT: calll _ceil
Dinline-asm-fpstack.ll161 ; CHECK-NEXT: calll _ceil
/external/python/cpython3/Lib/
Drandom.py49 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/
Drandom.py45 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