HomeSort by relevance Sort by last modified time
    Searched defs:abs (Results 151 - 175 of 340) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
cwise_ops.h 329 T abs_x = std::abs(x);
330 T abs_y = std::abs(y);
538 // abs(x) = |x|
556 struct abs : base<T, Eigen::internal::scalar_abs_op<T>, struct in namespace:tensorflow::functor
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 389 public BigInteger abs() { method in class:BigInteger
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 1192 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APFloat.h 1198 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APFloat.h 1198 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h 1213 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h 1213 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h 1213 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 1213 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 1192 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h 1198 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h 1198 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 1213 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h 1213 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h 1213 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 1213 inline APFloat abs(APFloat X) { function in namespace:llvm
    [all...]
  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 47 var abs = []float64{ var
485 d := Abs(a - b)
487 e = e * Abs(b)
508 if f := Abs(vc[i]); !veryclose(abs[i], f) {
509 t.Errorf("Abs(%g) = %g, want %g", vc[i], f, abs[i])
513 if f := Abs(vcAbsSC[i]); !alike(absSC[i], f) {
514 t.Errorf("Abs(%g) = %g, want %g", vcAbsSC[i], f, absSC[i])
835 Abs(complex(2.5, 3.5)
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go 435 // abs returns the time t as an absolute time, adjusted by the zone offset.
437 func (t Time) abs() uint64 { func
455 // locabs is a combination of the Zone and abs methods,
457 func (t Time) locabs() (name string, offset int, abs uint64) {
475 abs = uint64(sec + (unixToInternal + internalToAbsolute))
505 return absWeekday(t.abs())
509 func absWeekday(abs uint64) Weekday {
511 sec := (abs + uint64(Monday)*secondsPerDay) % secondsPerWeek
576 return absClock(t.abs())
580 func absClock(abs uint64) (hour, min, sec int)
    [all...]
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 47 var abs = []float64{ var
485 d := Abs(a - b)
487 e = e * Abs(b)
508 if f := Abs(vc[i]); !veryclose(abs[i], f) {
509 t.Errorf("Abs(%g) = %g, want %g", vc[i], f, abs[i])
513 if f := Abs(vcAbsSC[i]); !alike(absSC[i], f) {
514 t.Errorf("Abs(%g) = %g, want %g", vcAbsSC[i], f, absSC[i])
835 Abs(complex(2.5, 3.5)
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 435 // abs returns the time t as an absolute time, adjusted by the zone offset.
437 func (t Time) abs() uint64 { func
455 // locabs is a combination of the Zone and abs methods,
457 func (t Time) locabs() (name string, offset int, abs uint64) {
475 abs = uint64(sec + (unixToInternal + internalToAbsolute))
505 return absWeekday(t.abs())
509 func absWeekday(abs uint64) Weekday {
511 sec := (abs + uint64(Monday)*secondsPerDay) % secondsPerWeek
576 return absClock(t.abs())
580 func absClock(abs uint64) (hour, min, sec int)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 32 Ambiguous abs(Ambiguous){ return Ambiguous(); } function
102 static_assert((std::is_same<decltype(abs((float)0)), float>::value), "");
103 static_assert((std::is_same<decltype(abs((double)0)), double>::value), "");
104 static_assert((std::is_same<decltype(abs((long double)0)), long double>::value), "");
105 static_assert((std::is_same<decltype(abs(Ambiguous())), Ambiguous>::value), "");
106 assert(abs(-1.) == 1);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 34 Ambiguous abs(Ambiguous){ return Ambiguous(); } function
105 static_assert((std::is_same<decltype(std::abs((float)0)), float>::value), "");
106 static_assert((std::is_same<decltype(std::abs((double)0)), double>::value), "");
107 static_assert((std::is_same<decltype(std::abs((long double)0)), long double>::value), "");
108 static_assert((std::is_same<decltype(abs(Ambiguous())), Ambiguous>::value), "");
109 assert(std::abs(-1.) == 1);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
floatobject.c 440 unsigned long abs = (unsigned long)(jj < 0 ? -jj : jj); local
441 if (abs >> 48) {
835 /* v**inf is: 0.0 if abs(v) < 1; 1.0 if abs(v) == 1; inf if
836 * abs(v) > 1 (including case where v infinite)
838 * v**-inf is: inf if abs(v) < 1; 1.0 if abs(v) == 1; 0.0 if
839 * abs(v) > 1 (including case where v infinite)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 585 self._int = str(abs(value))
691 n, d = abs(f).as_integer_ratio()
3929 def abs(self, a): member in class:Context
    [all...]

Completed in 810 milliseconds

1 2 3 4 5 67 8 91011>>