HomeSort by relevance Sort by last modified time
    Searched refs:opStatus (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 160 enum opStatus {
268 opStatus add(const APFloat &, roundingMode);
269 opStatus subtract(const APFloat &, roundingMode);
270 opStatus multiply(const APFloat &, roundingMode);
271 opStatus divide(const APFloat &, roundingMode);
273 opStatus remainder(const APFloat &);
275 opStatus mod(const APFloat &, roundingMode);
276 opStatus fusedMultiplyAdd(const APFloat &, const APFloat &, roundingMode);
284 opStatus convert(const fltSemantics &, roundingMode, bool *);
285 opStatus convertToInteger(integerPart *, unsigned int, bool
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 171 enum opStatus {
297 opStatus add(const APFloat &, roundingMode);
298 opStatus subtract(const APFloat &, roundingMode);
299 opStatus multiply(const APFloat &, roundingMode);
300 opStatus divide(const APFloat &, roundingMode);
302 opStatus remainder(const APFloat &);
304 opStatus mod(const APFloat &);
305 opStatus fusedMultiplyAdd(const APFloat &, const APFloat &, roundingMode);
306 opStatus roundToIntegral(roundingMode);
308 opStatus next(bool nextDown)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp 906 opStatus status;
1115 APFloat::opStatus
1124 return (opStatus) (opOverflow | opInexact);
1180 APFloat::opStatus
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp 992 opStatus status;
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 129 static bool process_media_recorder_call(JNIEnv *env, status_t opStatus, const char* exception, const char* message)
132 if (opStatus == (status_t)INVALID_OPERATION) {
135 } else if (opStatus != (status_t)OK) {
308 status_t opStatus = mr->setOutputFile(fd);
309 process_media_recorder_call(env, opStatus, "java/io/IOException", "setOutputFile failed.");
326 status_t opStatus = mr->setNextOutputFile(fd);
327 process_media_recorder_call(env, opStatus, "java/io/IOException", "setOutputFile failed.");
android_media_MediaMetadataRetriever.cpp 54 static void process_media_retriever_call(JNIEnv *env, status_t opStatus, const char* exception, const char *message)
56 if (opStatus == (status_t) INVALID_OPERATION) {
58 } else if (opStatus != (status_t) OK) {
65 sprintf(msg, "%s: status = 0x%X", message, opStatus);
android_media_MediaPlayer.cpp 188 // If exception is NULL and opStatus is not OK, this method sends an error
190 // opStatus is not OK, this method throws the given exception to the client
192 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exception, const char *message)
195 if (opStatus != (status_t) OK) {
197 if (mp != 0) mp->notify(MEDIA_ERROR, opStatus, 0);
200 if ( opStatus == (status_t) INVALID_OPERATION ) {
202 } else if ( opStatus == (status_t) BAD_VALUE ) {
204 } else if ( opStatus == (status_t) PERMISSION_DENIED ) {
206 } else if ( opStatus != (status_t) OK ) {
213 sprintf(msg, "%s: status=0x%X", message, opStatus);
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 105 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 970 llvm::APFloat::opStatus
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp 366 llvm::APFloat::opStatus ConvertStatus = FloatVal.convert(
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 503 milliseconds