HomeSort by relevance Sort by last modified time
    Searched defs:as_int (Results 1 - 25 of 30) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/
mv.h 25 uint32_t as_int; member in union:int_mv
  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 28 uint32_t as_int; member in union:int_mv
  /art/libartbase/base/
bit_string_test.cc 155 BitString::StorageType as_int = static_cast<BitString::StorageType>(bs); local
160 as_int);
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
macros-expected.cc 27 long long as_int = ToInt(base_ptr); local
  /external/clang/test/CodeGen/
x86_64-arguments-nacl.c 7 int as_int; member in union:PP_VarValue
  /external/libchrome/base/trace_event/
trace_event_impl.h 81 long long as_int; member in union:base::trace_event::TraceEvent::TraceValue
trace_event.h 576 long long as_int; member in union:trace_event_internal::TraceValueUnion
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 210 long long as_int; member in union:skia::tracing_internals::TraceValueUnion
  /external/skqp/src/core/
SkTraceEvent.h 210 long long as_int; member in union:skia::tracing_internals::TraceValueUnion
  /external/tensorflow/tensorflow/python/lib/core/
py_seq_tensor.cc 232 Safe_PyObjectPtr as_int = make_safe(PyNumber_Int(v)); local
234 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v));
236 return ConvertOneInt64(as_int.get(), out);
258 Safe_PyObjectPtr as_int = make_safe(PyNumber_Int(v)); local
260 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v));
262 return ConvertOneInt32(as_int.get(), out);
301 Safe_PyObjectPtr as_int = make_safe(PyNumber_Int(v)); local
303 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v));
305 return ConvertOneFloat<T>(as_int.get(), out);
  /external/v8/include/libplatform/
v8-tracing.h 32 int64_t as_int; member in union:v8::platform::tracing::TraceObject::ArgValue
  /external/v8/src/tracing/
trace-event.h 398 int64_t as_int; member in union:v8::internal::tracing::TraceValueUnion
  /external/mesa3d/src/compiler/glsl/
lower_instructions.cpp 1378 ir_variable *as_int = local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
quantization_utils_test.cc 504 const int as_int = FloatToQuantized<quint8>(f, min, max); local
505 const float back_to_float = QuantizedToFloat<quint8>(as_int, min, max);
    [all...]
  /external/webrtc/webrtc/base/
trace_event.h 741 long long as_int; member in union:webrtc::trace_event_internal::TraceValueUnion
    [all...]
  /art/runtime/
thread.h 251 state_and_flags.as_int = tls32_.state_and_flags.as_int;
1418 volatile int32_t as_int; variable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 6615 #define as_int macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 6615 #define as_int macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 6615 #define as_int macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 6615 #define as_int macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 6615 #define as_int macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 6615 #define as_int macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 6615 #define as_int macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 6615 #define as_int macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 6615 #define as_int macro
    [all...]

Completed in 1069 milliseconds

1 2