| /external/vixl/examples/ |
| abs.cc | 61 int64_t input_value = -42; local 62 simulator.set_xreg(0, input_value); 64 printf("abs(%ld) = %ld\n", input_value, simulator.xreg(0));
|
| /external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
| mixing_test.cc | 46 // amplitude of |input_value|. The local streams manifest as "anonymous" 59 int16_t input_value, 69 GenerateInputFile(input_value); 110 // Generate input file with constant values equal to |input_value|. The file 112 void GenerateInputFile(int16_t input_value) { 116 ASSERT_EQ(1u, fwrite(&input_value, sizeof(input_value), 1, input_file));
|
| /art/compiler/optimizing/ |
| constant_folding.cc | 206 HInstruction* input_value = instruction->GetLeastConstantLeft(); local 207 if (Primitive::IsFloatingPointType(input_value->GetType()) &&
|
| instruction_simplifier.cc | 590 HInstruction* input_value = equal->GetLeastConstantLeft(); local 591 if (input_value->GetType() == Primitive::kPrimBoolean && input_const->IsIntConstant()) { 597 equal->ReplaceWith(input_value); 601 equal->ReplaceWith(GetGraph()->InsertOppositeCondition(input_value, equal)); 621 HInstruction* input_value = not_equal->GetLeastConstantLeft(); local 622 if (input_value->GetType() == Primitive::kPrimBoolean && input_const->IsIntConstant()) { 627 not_equal->ReplaceWith(GetGraph()->InsertOppositeCondition(input_value, not_equal)); 632 not_equal->ReplaceWith(input_value); [all...] |
| /external/autotest/frontend/shared/ |
| resource_lib.py | 447 input_value = self._query_params[name] 449 return int(input_value) 452 % (name, input_value))
|
| /toolchain/binutils/binutils-2.25/gold/ |
| object.h | [all...] |
| object.cc | [all...] |
| target-reloc.h | 379 symval2.set_output_value(value + psymval->input_value());
|
| arm.cc | [all...] |
| aarch64.cc | 1907 AArch64_address input_value = lv.input_value(); local [all...] |
| powerpc.cc | 202 if (this->get_opd_discard(lv->input_value())) [all...] |
| /external/vulkan-validation-layers/layers/ |
| image.cpp | 263 static inline uint32_t validate_VkImageLayoutKHR(VkImageLayout input_value) { 264 return ((validate_VkImageLayout(input_value) == 1) || (input_value == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR)); [all...] |
| /external/v8/src/compiler/ |
| js-typed-lowering.cc | 871 Handle<Object> input_value = input_type->AsConstant()->Value(); local [all...] |
| /external/libgdx/backends/gdx-backend-lwjgl3/libs/ |
| lwjgl.jar | |
| /external/libgdx/backends/gdx-backend-lwjgl/libs/ |
| lwjgl.jar | |