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

1 2

  /dalvik/vm/mterp/x86/
OP_CMPG_FLOAT.S 2 %include "x86/OP_CMPG_DOUBLE.S" {"is_double":"0","nanval":"1"}
OP_CMPL_DOUBLE.S 2 %include "x86/OP_CMPG_DOUBLE.S" {"is_double":"1","nanval":"-1"}
OP_CMPL_FLOAT.S 2 %include "x86/OP_CMPG_DOUBLE.S" {"is_double":"0","nanval":"-1"}
OP_CMPG_DOUBLE.S 1 %default {"is_double":"1","nanval":"1"}
9 .if $is_double
  /external/v8/src/arm/
constants-arm.cc 104 const char* VFPRegisters::Name(int reg, bool is_double) {
106 return names_[reg + (is_double ? kNumVFPSingleRegisters : 0)];
110 int VFPRegisters::Number(const char* name, bool* is_double) {
114 *is_double = false;
117 *is_double = true;
constants-arm.h 760 static const char* Name(int reg, bool is_double);
763 // Set flag pointed by is_double to true if register
765 static int Number(const char* name, bool* is_double);
lithium-arm.cc 425 int LChunk::GetNextSpillIndex(bool is_double) {
427 if (is_double) spill_slot_count_++;
432 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
433 int index = GetNextSpillIndex(is_double);
434 if (is_double) {
    [all...]
lithium-arm.h 609 bool is_double() const { function in class:v8::internal::LCmpIDAndBranch
    [all...]
simulator-arm.cc 194 bool is_double; local
195 int regnum = VFPRegisters::Number(desc, &is_double);
196 if (regnum != kNoRegister && !is_double) {
205 bool is_double; local
206 int regnum = VFPRegisters::Number(desc, &is_double);
207 if (regnum != kNoRegister && is_double) {
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
php-brief.php 83 'import_request_variables', 'error_log', 'serialize', 'unserialize', 'memory_get_usage', 'var_dump', 'var_export', 'debug_zval_dump', 'print_r','highlight_file', 'show_source', 'highlight_string', 'ini_get', 'ini_get_all', 'ini_set', 'ini_alter', 'ini_restore', 'get_include_path', 'set_include_path', 'restore_include_path', 'setcookie', 'header', 'headers_sent', 'connection_aborted', 'connection_status', 'ignore_user_abort', 'parse_ini_file', 'is_uploaded_file', 'move_uploaded_file', 'intval', 'floatval', 'doubleval', 'strval', 'gettype', 'settype', 'is_null', 'is_resource', 'is_bool', 'is_long', 'is_float', 'is_int', 'is_integer', 'is_double', 'is_real', 'is_numeric', 'is_string', 'is_array', 'is_object', 'is_scalar',
php.php 417 'is_array','is_bool','is_callable','is_dir','is_double',
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 369 int LChunk::GetNextSpillIndex(bool is_double) {
371 if (is_double) spill_slot_count_++;
376 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
377 int index = GetNextSpillIndex(is_double);
378 if (is_double) {
    [all...]
lithium-ia32.h 584 bool is_double() const { function in class:v8::internal::LCmpIDAndBranch
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
lithium-mips.cc 425 int LChunk::GetNextSpillIndex(bool is_double) {
427 if (is_double) spill_slot_count_++;
432 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
433 int index = GetNextSpillIndex(is_double);
434 if (is_double) {
    [all...]
lithium-mips.h 608 bool is_double() const { function in class:v8::internal::LCmpIDAndBranch
    [all...]
  /external/v8/src/x64/
lithium-x64.h 593 bool is_double() const { function in class:v8::internal::LCmpIDAndBranch
    [all...]
lithium-x64.cc 366 int LChunk::GetNextSpillIndex(bool is_double) {
371 LOperand* LChunk::GetNextSpillSlot(bool is_double) {
375 int index = GetNextSpillIndex(is_double);
376 if (is_double) {
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-size 

Completed in 1538 milliseconds

1 2