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

1 2 3

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
intfloat.h 38 * Reinterpret a 32-bit integer as a float.
48 * Reinterpret a float as a 32-bit integer.
58 * Reinterpret a 64-bit integer as a double.
68 * Reinterpret a double as a 64-bit integer.
  /external/clang/test/Analysis/inlining/
dyn-dispatch-bifurcate.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-config ipa=dynamic-bifurcate -verify -Wno-reinterpret-base-class %s
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrConv.td 100 "i32.reinterpret/f32\t$dst, $src">;
103 "f32.reinterpret/i32\t$dst, $src">;
106 "i64.reinterpret/f64\t$dst, $src">;
109 "f64.reinterpret/i64\t$dst, $src">;
  /external/clang/test/CodeGenCXX/
debug-info-anon-union-vars.cpp 32 // A funky reinterpret cast idiom that we used to crash on.
microsoft-abi-member-pointers.cpp 573 int A::*reinterpret(int B::*mp) { function in class:Test2::A
575 // CHECK: define i32 @"\01?reinterpret@Test2@@YAPQA@1@HPQB@1@H@Z"{{.*}} {
581 int A::*reinterpret(int C::*mp) { function in class:Test2::A
583 // CHECK: define i32 @"\01?reinterpret@Test2@@YAPQA@1@HPQC@1@H@Z"{{.*}} {
  /external/llvm/test/CodeGen/WebAssembly/
conv.ll 230 ; CHECK: f32.reinterpret/i32 $push0=, $0{{$}}
237 ; CHECK: i32.reinterpret/f32 $push0=, $0{{$}}
244 ; CHECK: f64.reinterpret/i64 $push0=, $0{{$}}
251 ; CHECK: i64.reinterpret/f64 $push0=, $0{{$}}
  /system/bt/hci/include/
hci_hal.h 66 // to reinterpret the data stream.
  /external/google-breakpad/src/processor/
static_map_iterator.h 73 // return a reinterpret-casted pointer to the value.
  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding -Wundefined-reinterpret-cast -Wno-unused-volatile-lvalue %s
12 // T->T is allowed per [expr.reinterpret.cast]p2 so long as it doesn't
expression-traits.cpp 455 // expr.reinterpret.cast/1: The result of the expression
  /external/clang/include/clang/AST/
OperationKinds.h 120 /// CK_ReinterpretMemberPointer - Reinterpret a member pointer as a
343 /// \brief Bridging via __bridge, which does nothing but reinterpret
  /external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.td 28 def subreg_r32 : SubRegIndex<32, 32>; // Reinterpret a wider reg as 32 bits.
29 def subreg_r64 : SubRegIndex<64, 64>; // Reinterpret a wider reg as 64 bits.
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPickerPanel.java 43 * The window of time in which we might to decide to reinterpret the intent of a gesture.
469 // want to reinterpret user intent.
  /external/v8/src/compiler/
machine-operator.h 235 // These operators reinterpret the bits of a floating point number as an
  /external/clang/test/Analysis/
derived-to-base.cpp 467 // And check that reinterpret+dynamic casts work correctly after the fix.
  /frameworks/base/docs/html/wear/preview/features/
gestures.jd 268 <li>Don't reinterpret repeated flick gestures into your own, new gesture.
  /prebuilts/go/darwin-x86/src/regexp/syntax/
compile.go 14 // These aren't really pointers: they're integers, so we can reinterpret them
  /prebuilts/go/linux-x86/src/regexp/syntax/
compile.go 14 // These aren't really pointers: they're integers, so we can reinterpret them
  /external/clang/include/clang/Basic/
arm_neon.td 64 // C-style cast. For a pure reinterpret cast (T x = *(T*)&y), use
88 // bitcast - Same as "cast", except a reinterpret-cast is produced:
    [all...]
DiagnosticGroups.td 409 def UndefinedReinterpretCast : DiagGroup<"undefined-reinterpret-cast">;
410 def ReinterpretBaseClass : DiagGroup<"reinterpret-base-class">;
    [all...]
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 169 // Logical Operations are not supported for float, so we have to reinterpret casts using NEON intrinsics
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 256 // We have to reinterpret so the linker doesn't get confused because the
exception_handler_test.cc 196 // We have to reinterpret so the linker doesn't get confused because the
  /external/skia/src/core/
SkPictureFlat.h 531 // Reinterpret data in fScratch as an SkFlatData.
  /external/clang/docs/
ControlFlowIntegrityDesign.rst 424 - Reinterpret the first 8 bytes of the hash as a little-endian

Completed in 2362 milliseconds

1 2 3