HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 1 - 25 of 10179) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_math.h 32 Value* VLOG2PS(Value* src);
33 Value* VPOW24PS(Value* src);
34 Value* VEXP2PS(Value* src);
builder_misc.h 53 Value *VIMMED1(int i);
54 Value *VIMMED1(uint32_t i);
55 Value *VIMMED1(float i);
56 Value *VIMMED1(bool i);
57 Value *VUNDEF(Type* t);
58 Value *VUNDEF_F();
59 Value *VUNDEF_I();
60 Value *VUNDEF(Type* ty, uint32_t size);
61 Value *VUNDEF_IPTR();
63 Value *VINSERT(Value *vec, Value *val, uint64_t index)
    [all...]
  /external/swiftshader/src/Reactor/
Nucleus.hpp 26 class Value;
58 static Value *allocateStackVariable(Type *type, int arraySize = 0);
64 static Value *getArgument(unsigned int index);
68 static void createRet(Value *V);
70 static void createCondBr(Value *cond, BasicBlock *ifTrue, BasicBlock *ifFalse);
73 static Value *createAdd(Value *lhs, Value *rhs);
74 static Value *createSub(Value *lhs, Value *rhs)
    [all...]
  /external/swiftshader/third_party/subzero/runtime/
szrt.c 19 uint32_t __Sz_fptoui_f32_i32(float value) { return (uint32_t)value; }
21 uint32_t __Sz_fptoui_f64_i32(double value) { return (uint32_t)value; }
23 uint64_t __Sz_fptoui_f32_i64(float Value) { return (uint64_t)Value; }
25 uint64_t __Sz_fptoui_f64_i64(double Value) { return (uint64_t)Value; }
27 int64_t __Sz_fptosi_f32_i64(float Value) { return (int64_t)Value; }
    [all...]
  /external/llvm/include/llvm/CodeGen/
AtomicExpandUtils.h 14 class Value;
21 typedef function_ref<void(IRBuilder<> &, Value *, Value *, Value *,
22 AtomicOrdering, Value *&, Value *&)> CreateCmpXchgInstFun;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AtomicExpandUtils.h 14 class Value;
21 typedef function_ref<void(IRBuilder<> &, Value *, Value *, Value *,
22 AtomicOrdering, Value *&, Value *&)> CreateCmpXchgInstFun;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AtomicExpandUtils.h 14 class Value;
21 typedef function_ref<void(IRBuilder<> &, Value *, Value *, Value *,
22 AtomicOrdering, Value *&, Value *&)> CreateCmpXchgInstFun;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
AtomicExpandUtils.h 20 class Value;
26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
27 Value *&, Value *&)>;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
SwapBytes16.c 23 This function swaps the bytes in a 16-bit unsigned value to switch the value
24 from little endian to big endian or vice versa. The byte swapped value is
27 @param Value A 16-bit unsigned value.
29 @return The byte swapped Value.
35 IN UINT16 Value
38 return (UINT16) ((Value<< 8) | (Value>> 8));
SwapBytes64.c 23 This function swaps the bytes in a 64-bit unsigned value to switch the value
24 from little endian to big endian or vice versa. The byte swapped value is
27 @param Value A 64-bit unsigned value.
29 @return The byte swapped Value.
35 IN UINT64 Value
38 return InternalMathSwapBytes64 (Value);
  /external/llvm/lib/Support/
LEB128.cpp 19 /// Utility function to get the size of the ULEB128-encoded value.
20 unsigned getULEB128Size(uint64_t Value) {
23 Value >>= 7;
25 } while (Value);
29 /// Utility function to get the size of the SLEB128-encoded value.
30 unsigned getSLEB128Size(int64_t Value) {
32 int Sign = Value >> (8 * sizeof(Value) - 1);
36 unsigned Byte = Value & 0x7f;
37 Value >>= 7
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
value.h 29 void* value; member in struct:__anon45868
32 } Value;
34 // TODO: Probably should make these const Value*?
35 int GetIntValue(Value value);
36 float GetFloatValue(Value value);
37 const char* GetStringValue(Value value);
38 const char* GetBufferValue(Value value)
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParserCommon.h 17 inline bool isImmSExti16i8Value(uint64_t Value) {
18 return isInt<8>(Value) ||
19 (isUInt<16>(Value) && isInt<8>(static_cast<int16_t>(Value)));
22 inline bool isImmSExti32i8Value(uint64_t Value) {
23 return isInt<8>(Value) ||
24 (isUInt<32>(Value) && isInt<8>(static_cast<int32_t>(Value)));
27 inline bool isImmSExti64i8Value(uint64_t Value) {
28 return isInt<8>(Value);
    [all...]
  /external/valgrind/none/tests/solaris/
context_link.stdout.exp 0 Value is 42.

Completed in 1858 milliseconds

1 2 3 4 5 6 7 8 91011>>