Home
last modified time | relevance | path

Searched refs:temp5 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/R600/
Dschedule-fs-loop-nested.ll34 %temp5.0 = phi float [ %20, %main_body ], [ %temp5.1, %IF31 ]
47 %31 = call float @llvm.AMDIL.clamp.(float %temp5.0, float 0.000000e+00, float 1.000000e+00)
59 %temp5.1 = phi float [ %temp6.1, %ENDIF30 ], [ %temp5.0, %LOOP ]
60 %temp4.1 = phi float [ %temp5.1, %ENDIF30 ], [ %temp4.0, %LOOP ]
Dschedule-fs-loop.ll19 %temp4.0 = phi float [ %5, %main_body ], [ %temp5.0, %ENDIF ]
20 %temp5.0 = phi float [ %7, %main_body ], [ %temp6.0, %ENDIF ]
34 %18 = call float @llvm.AMDIL.clamp.(float %temp5.0, float 0.000000e+00, float 1.000000e+00)
Dschedule-if-2.ll62 %temp5.0 = phi float [ %27, %IF ], [ %60, %IF23 ], [ 0.000000e+00, %ELSE ]
66 %45 = insertelement <4 x float> %44, float %temp5.0, i32 1
/external/opencv/cv/src/
Dcvkalman.cpp103 CV_CALL( kalman->temp5 = cvCreateMat( MP, 1, CV_32FC1 )); in cvCreateKalman()
154 cvReleaseMat( &kalman->temp5 ); in cvReleaseKalman()
227 …_CALL( cvGEMM( kalman->measurement_matrix, kalman->state_pre, -1, measurement, 1, kalman->temp5 )); in cvKalmanCorrect()
230 CV_CALL( cvMatMulAdd( kalman->gain, kalman->temp5, kalman->state_pre, kalman->state_post )); in cvKalmanCorrect()
/external/opencv/cv/include/
Dcvtypes.h312 CvMat* temp5; member