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

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_opt_peephole_ffma.c 72 uint8_t swizzle[4], bool *negate, bool *abs)
75 assert(src->src.is_ssa && !src->abs && !src->negate);
96 alu = get_mul_for_src(&alu->src[0], num_components, swizzle, negate, abs);
100 alu = get_mul_for_src(&alu->src[0], num_components, swizzle, negate, abs);
105 alu = get_mul_for_src(&alu->src[0], num_components, swizzle, negate, abs);
107 *abs = true;
193 bool negate, abs; local
199 abs = false;
203 swizzle, &negate, &abs);
229 if (abs) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
literal_test_util.h 44 : abs(aabs), rel(arel), relaxed_nans(relaxed_nans) {}
46 float abs; // Absolute error bound. member in struct:xla::ErrorSpec
reduce_precision_test.cc 262 // Abs doesn't affect resolution.
263 auto abs = builder.Abs(a); local
268 auto log = builder.Log(abs);
270 // Insert precision-reduction after the Abs(x) operation, rounding that
292 auto abs = builder.Abs(a); local
293 auto neg = builder.Neg(abs);
318 auto abs = builder.Abs(a) local
342 auto abs = builder.Abs(a); local
367 auto abs = builder.Abs(a); local
    [all...]
unary_op_test.cc 42 auto abs = builder.Abs(arg); local
55 auto abs = builder.Abs(arg); local
75 auto abs = builder.Abs(arg); local
76 builder.Sub(builder.Mul(sign, abs), arg);
96 auto abs = builder.Abs(arg); local
121 auto abs = builder.Abs(arg) local
193 auto abs = builder.Abs(arg); local
212 auto abs = builder.Abs(arg); local
    [all...]
  /external/tensorflow/tensorflow/core/framework/
numeric_types.h 105 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE tensorflow::bfloat16 abs( function in namespace:Eigen::numext
  /bionic/libc/kernel/uapi/linux/
virtio_input.h 52 struct virtio_input_absinfo abs; member in union:virtio_input_config::__anon1266
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 47 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } function
48 __DEVICE__ long abs(long __n) { return ::labs(__n); } function
49 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } function
50 __DEVICE__ double abs(double __x) { return ::fabs(__x); } function
  /external/kernel-headers/original/uapi/linux/
virtio_input.h 65 struct virtio_input_absinfo abs; member in union:virtio_input_config::__anon23474
  /external/libvpx/libvpx/vpx_dsp/x86/
avg_intrin_avx2.c 182 const __m256i abs = _mm256_abs_epi16(src_line); local
183 const __m256i sum = _mm256_madd_epi16(abs, one);
  /external/mesa3d/src/compiler/glsl/
link_atomics.cpp 207 active_atomic_buffer *abs = local
221 if (abs[binding].size == 0)
224 active_atomic_buffer &ab = abs[binding];
296 delete [] abs;
305 active_atomic_buffer *const abs = local
318 if (abs[i].size == 0)
322 const unsigned n = abs[i].stage_counter_references[j];
350 delete [] abs;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_asm.h 76 unsigned abs:1; /* absolute (remove sign) if set */ member in struct:etna_inst_src
114 * src[0-2]_reg, use, swiz, neg, abs, amode, rgroup,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_print.c 239 if (src.Abs)
247 if (src.Abs && !trivial_negate)
255 if (src.Abs && trivial_negate)
405 const char* abs = inst->RGB.Arg[arg].Abs ? "|" : ""; local
407 fprintf(f, ", %s%ssrc", neg, abs);
416 abs);
440 const char* abs = inst->Alpha.Arg[arg].Abs ? "|" : ""; local
442 fprintf(f, ", %s%ssrc", neg, abs);
    [all...]
  /external/opencv/cxcore/src/
_cxcore.h 161 inline double abs(CvComplex32f a) function
229 inline double abs(CvComplex64f a) function
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DebugInfoItem.java 100 out.annotateTo(reader.getOffset(), "line_diff = +%d: %d", Math.abs(lineDiff), lineNumber);
  /external/webrtc/webrtc/modules/video_capture/
device_info_impl.cc 18 #ifndef abs
19 #define abs(a) (a>=0?a:-a) macro
174 if ((diffHeight >= 0 && diffHeight <= abs(currentbestDiffHeight)) // Height better or equalt that previouse.
180 if ((diffWidth >= 0 && diffWidth <= abs(currentbestDiffWith)) // Width better or equal
308 if ((diffHeight >= 0 && diffHeight <= abs(currentbestDiffHeight)) // Height better or equal than previous.
314 if ((diffWidth >= 0 && diffWidth <= abs(currentbestDiffWith)) // Width better or equal
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 375 int32_t abs = (0x80l << exponent) + step * mantissa + step / 2 - 4 * 33; local
377 *out++ = (x < 0x80) ? -abs : abs;
  /frameworks/base/core/java/android/util/
MathUtils.java 31 public static float abs(float v) { method in class:MathUtils
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkSocket.java 80 throw new ErrnoException(response.toString(), Math.abs(errno));
  /frameworks/native/libs/gui/tests/
GLTest.cpp 27 static int abs(int value) { function in namespace:android
190 if (r >= 0 && abs(r - int(pixel[0])) > tolerance) {
193 if (g >= 0 && abs(g - int(pixel[1])) > tolerance) {
199 if (b >= 0 && abs(b - int(pixel[2])) > tolerance) {
205 if (a >= 0 && abs(a - int(pixel[3])) > tolerance) {
222 if (abs(r1.left - r2.left) > tolerance) {
225 if (abs(r1.top - r2.top) > tolerance) {
231 if (abs(r1.right - r2.right) > tolerance) {
237 if (abs(r1.bottom - r2.bottom) > tolerance) {
  /libcore/ojluni/src/test/java/time/test/java/time/
TestDuration.java 181 assertSame(base.abs(), base);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 47 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } function
48 __DEVICE__ long abs(long __n) { return ::labs(__n); } function
49 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } function
50 __DEVICE__ double abs(double __x) { return ::fabs(__x); } function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 47 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } function
48 __DEVICE__ long abs(long __n) { return ::labs(__n); } function
49 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } function
50 __DEVICE__ double abs(double __x) { return ::fabs(__x); } function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 47 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } function
48 __DEVICE__ long abs(long __n) { return ::labs(__n); } function
49 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } function
50 __DEVICE__ double abs(double __x) { return ::fabs(__x); } function
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 40 check(Math.abs(x - y) <= 0.000001, s);
68 if (Math.abs(xAsDouble) < 1000000.0) {
78 if (Math.abs(xAsDouble) < 1.0) {
127 if (Math.abs(xAsDouble) < 10.0) {
131 if (Math.abs(xAsDouble) <= 1000.0) {
156 checkEq(x.abs().sqrt().multiply(x.abs().sqrt()), x.abs(),
229 checkEq(ZERO.abs(), ZERO, "abs(0)")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
Test.java 208 pathDistances.add(Math.abs(totalDistance));
225 mPathAccuracy.add(Math.abs(difference));

Completed in 2452 milliseconds

1 23 4 5 6 7 8 91011>>