HomeSort by relevance Sort by last modified time
    Searched defs:atol (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 4 The atoi, atol, and atoll functions convert the initial portion of the string
8 - atol: strtol(nptr, (char **)NULL, 10)
60 /** The atol function converts the initial portion of the string pointed to by
65 @return The atol function returns the converted value.
68 atol(const char *nptr) function
  /bionic/libc/bionic/
strtol.cpp 169 long atol(const char* s) { function
  /external/tensorflow/tensorflow/compiler/jit/kernels/
parallel_check_op.cc 49 double atol; local
51 &atol)) {
61 std::max(atol, std::max(fabs(rtol * p0[i]), fabs(rtol * p1[i])));
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
deterministic.py 48 atol=None,
56 The `atol` and `rtol` parameters allow for some slack in `pmf`, `cdf`
61 = 1, if Abs(x - loc) <= atol + rtol * Abs(loc),
68 atol: Non-negative `Tensor` of same `dtype` as `loc` and broadcastable
90 with ops.name_scope(name, values=[loc, atol, rtol]):
111 self._atol = self._get_tol(atol)
115 self._slack = self.atol
117 self._slack = self.atol + self.rtol * math_ops.abs(self.loc)
137 def atol(self): member in class:_BaseDeterministic
208 atol=None
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 407 def atol(s, base=10): function
408 """atol(s [,base]) -> long
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 381 INTERCEPT_LIBRARY_FUNCTION(atol); variable
  /external/python/cpython2/Lib/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 409 def atol(s, base=10): function
410 """atol(s [,base]) -> long
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 151 extern long int atol (__const char *__nptr)
289 __NTH (atol (__const char *__nptr)) function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 407 def atol(s, base=10): function
408 """atol(s [,base]) -> long
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 407 def atol(s, base=10): function
408 """atol(s [,base]) -> long
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 407 def atol(s, base=10): function
408 """atol(s [,base]) -> long
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 237 def atol(*args): function
238 """atol(s [,base]) -> long
string.py 407 def atol(s, base=10): function
408 """atol(s [,base]) -> long
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
string.py 409 def atol(s, base=10): function
410 """atol(s [,base]) -> long
  /external/scapy/scapy/
utils.py 411 def atol(x): function
    [all...]
  /external/annotation-tools/asmx/test/lib/
ccl.jar 

Completed in 605 milliseconds