Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 – 25 of 75) sorted by relevance

123

/external/pcre/
DCMakeLists.txt126 MESSAGE(STATUS "** Building tests requires pcregrep: PCRE_BUILD_PCREGREP forced ON")
534 MESSAGE(STATUS "")
535 MESSAGE(STATUS "")
536 MESSAGE(STATUS "PCRE configuration summary:")
537 MESSAGE(STATUS "")
538 MESSAGE(STATUS " Install prefix .................. : ${CMAKE_INSTALL_PREFIX}")
539 MESSAGE(STATUS " C compiler ...................... : ${CMAKE_C_COMPILER}")
540 MESSAGE(STATUS " C++ compiler .................... : ${CMAKE_CXX_COMPILER}")
541 …MESSAGE(STATUS " C compiler flags ................ : ${CMAKE_C_FLAGS}${cfsp}${CMAKE_C_FLAGS_${bui…
542 …MESSAGE(STATUS " C++ compiler flags .............. : ${CMAKE_CXX_FLAGS}${cxxfsp}${CMAKE_CXX_FLAGS…
[all …]
/external/qemu/fpu/
Dsoftfloat-specialize.h47 STATUS(float_exception_flags) |= flags; in float_raise()
136 if (STATUS(default_nan_mode)) { in commonNaNToFloat16()
227 if ( STATUS(default_nan_mode) ) { in commonNaNToFloat32()
371 if ( STATUS(default_nan_mode) ) in propagateFloat32NaN()
473 if ( STATUS(default_nan_mode) ) { in commonNaNToFloat64()
507 if ( STATUS(default_nan_mode) ) in propagateFloat64NaN()
627 if ( STATUS(default_nan_mode) ) { in commonNaNToFloatx80()
662 if ( STATUS(default_nan_mode) ) { in propagateFloatx80NaN()
772 if ( STATUS(default_nan_mode) ) { in commonNaNToFloat128()
801 if ( STATUS(default_nan_mode) ) { in propagateFloat128NaN()
Dsoftfloat.c59 STATUS(float_rounding_mode) = val; in set_float_rounding_mode()
64 STATUS(float_exception_flags) = val; in set_float_exception_flags()
70 STATUS(floatx80_rounding_precision) = val; in set_floatx80_rounding_precision()
119 roundingMode = STATUS(float_rounding_mode); in roundAndPackInt32()
145 if ( roundBits ) STATUS(float_exception_flags) |= float_flag_inexact; in roundAndPackInt32()
168 roundingMode = STATUS(float_rounding_mode); in roundAndPackInt64()
198 if ( absZ1 ) STATUS(float_exception_flags) |= float_flag_inexact; in roundAndPackInt64()
242 if (STATUS(flush_inputs_to_zero)) { in float32_squash_input_denormal()
317 roundingMode = STATUS(float_rounding_mode); in roundAndPackFloat32()
344 if (STATUS(flush_to_zero)) { in roundAndPackFloat32()
[all …]
Dsoftfloat.h96 #define STATUS(field) status->field macro
218 STATUS(float_detect_tininess) = val; in set_float_detect_tininess()
222 STATUS(flush_to_zero) = val; in set_flush_to_zero()
226 STATUS(flush_inputs_to_zero) = val; in set_flush_inputs_to_zero()
230 STATUS(default_nan_mode) = val; in set_default_nan_mode()
234 return STATUS(float_exception_flags); in get_float_exception_flags()
/external/webkit/Source/cmake/
DWebKitFeatures.cmake54 MESSAGE(STATUS "Enabled features:")
82 MESSAGE(STATUS " ${_feature} ${SPACES} ON")
84 MESSAGE(STATUS " ${_feature} ${SPACES} OFF")
DFindICU.cmake67 MESSAGE(STATUS "Found ICU header files in ${ICU_INCLUDE_DIRS}")
68 MESSAGE(STATUS "Found ICU libraries: ${ICU_LIBRARIES}")
74 MESSAGE(STATUS "Optional package ICU was not found")
DWebKitMacros.cmake3 MESSAGE(STATUS "Using platform-specific CMakeLists: ${_file}")
6 MESSAGE(STATUS "Platform-specific CMakeLists not found: ${_file}")
/external/dbus/cmake/modules/
DProjectSourceGroup.cmake6 #message(STATUS ${mode})
7 #message(STATUS ${sources} ${headers})
DFindGLIB.cmake34 message(STATUS "Found GLIB: ${GLIB_LIBRARY}")
DFindLibIconv.cmake42 message(STATUS "Found LibIconv: ${LIBICONV_LIBRARIES}")
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/
Dshell.js26 var STATUS = "STATUS: "; variable
86 print (STATUS + lines[i]);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
Dshell.js26 var STATUS = "STATUS: "; variable
86 print (STATUS + lines[i]);
/external/libpng/
DKNOWNBUG6 STATUS: This is a subject of debate. The change will probably be made
16 STATUS: workarounds are
/external/dbus/cmake/
DCMakeLists.txt14 …message(STATUS "FIXME set DBUS_BUILD_TIMESTAMP to current date or fix current time stamp generatio…
151 # message(STATUS "config.h exists in your source directory.")
342 message(STATUS)
343 message(STATUS "Visual Studio: test programs will only work with 'Debug' configuration!")
344 message(STATUS "To run tests with 'Release' configuration use -DCMAKE_BUILD_TYPE=Release")
345 message(STATUS "Add '..\\..\\test\\data' to the command line option of the test programs")
346 message(STATUS)
349 message(STATUS)
350 message(STATUS "Visual Studio: test programs will only work with 'Release' configuration!")
351 message(STATUS "To run tests with 'Debug' configuration use -DCMAKE_BUILD_TYPE=Debug")
[all …]
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake91 message(STATUS "Building with -fPIC")
104 message(STATUS "Building 32 bits executables and libraries.")
125 message(STATUS "Number of parallel compiler jobs set to " ${LLVM_COMPILER_JOBS})
130 message(STATUS "Parallel compilation disabled")
DCheckAtomic.cmake28 message(STATUS "Warning: LLVM will be built thread-unsafe because atomic builtins are missing")
DGetTargetTriple.cmake29 message(STATUS "Target triple: ${value}")
DFindBison.cmake23 MESSAGE(STATUS "Found Bison: ${BISON_EXECUTABLE}")
/external/pcre/cmake/
DFindPackageHandleStandardArgs.cmake47 MESSAGE(STATUS "Found ${_NAME}: ${${_VAR1}}")
54 MESSAGE(STATUS "${_FAIL_MESSAGE}")
/external/dbus/cmake/test/
DCMakeLists.txt117 MESSAGE(STATUS "Copying test files to test directory")
134 MESSAGE(STATUS "Generating test files from templates into test directory")
156 MESSAGE(STATUS "Copying generated bus config files to test directory")
/external/libpcap/
Datmuni31.h54 #define STATUS 0x7d /* status */ macro
/external/tcpdump/
Datmuni31.h54 #define STATUS 0x7d /* status */ macro
/external/dbus/cmake/doc/
DCMakeLists.txt42 MESSAGE(STATUS "xmlto docbook generator found")
69 MESSAGE(STATUS "skipping xml doc generating for ${_infile}, file not found")
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
Dshell.js43 var STATUS = "STATUS: "; variable
108 writeLineToLog (STATUS + lines[i]);
/external/llvm/cmake/
Dconfig-ix.cmake333 message(STATUS
336 message(STATUS "Native target architecture is ${LLVM_NATIVE_ARCH}")
395 message(STATUS "Threads enabled.")
397 message(STATUS "Threads disabled.")

123