HomeSort by relevance Sort by last modified time
    Searched full:absd (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
anames.go 61 "ABSD",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
anames.go 9 obj.A_ARCHSPECIFIC: "ABSD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
anames.go 61 "ABSD",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
anames.go 9 obj.A_ARCHSPECIFIC: "ABSD",
  /external/eigen/bench/
quat_slerp.cpp 28 Scalar absD = internal::abs(d);
29 if (absD>=one)
33 Scalar theta = std::acos(absD);
50 Scalar absD = internal::abs(d);
55 if (absD>=one)
63 Scalar theta = std::acos(absD);
97 // Scalar theta = std::acos(absD);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
misc_insn.s 243 .global absd
244 absd: label
245 absd r9 , r8 label
misc_insn.d 183 000000e4 <absd>:
184 e4: 08 30 98 a4 absd r9, r8
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
float.s 71 absd f0, f1
fpa-monadic.s 34 absd f0, f0
float.d 60 0+0d0 <[^>]+> ee208181 ? absd f0, f1
fpa-monadic.d 39 0+070 <[^>]*> ee208180 ? absd f0, f0
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.mm 259 static void LogABSD(AudioStreamBasicDescription absd) {
261 UInt32 formatID = CFSwapInt32HostToBig(absd.mFormatID);
265 LOG(LS_INFO) << " sample rate: " << absd.mSampleRate;
267 LOG(LS_INFO) << " format flags: " << std::hex << absd.mFormatFlags;
268 LOG(LS_INFO) << " bytes per packet: " << absd.mBytesPerPacket;
269 LOG(LS_INFO) << " frames per packet: " << absd.mFramesPerPacket;
270 LOG(LS_INFO) << " bytes per frame: " << absd.mBytesPerFrame;
271 LOG(LS_INFO) << " channels per packet: " << absd.mChannelsPerFrame;
272 LOG(LS_INFO) << " bits per channel: " << absd.mBitsPerChannel;
273 LOG(LS_INFO) << " reserved: " << absd.mReserved
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
opcode.s 211 absd ac1
  /external/valgrind/none/tests/mips32/
FPUarithmetic.c 5 ABSS=0, ABSD,
141 case ABSD:
  /external/valgrind/none/tests/mips64/
fpu_arithmetic.c 23 case ABSD:
macro_fpu.h 4 ABSS=0, ABSD, ADDS, ADDD,
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
mips.s 306 ABSD F1, F2
mips64.s 304 ABSD F1, F2
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
mips.s 306 ABSD F1, F2
mips64.s 304 ABSD F1, F2
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 729 Scalar absD = numext::abs(d);
734 if(absD>=one)
742 Scalar theta = acos(absD);
  /toolchain/binutils/binutils-2.25/opcodes/
pdp11-opc.c 252 { "absd", 0xf180, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
crx-opc.c 319 REG2_INST ("absd", 0xA4),
  /toolchain/binutils/binutils-2.25/include/opcode/
ns32k.h 160 { "absd", 14,24, 0x334e, "1D2I", 4, "", DEF_MODEC,DEF_MODEL },
  /external/toolchain-utils/cros_utils/
stats.py     [all...]

Completed in 806 milliseconds

1 2