Searched refs:Equal (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | sfcmp.c | 98 Set_status_cbit(Equal(cond)); in sgl_fcmp() 113 Set_status_cbit(Equal(cond)); in sgl_fcmp()
|
H A D | dfcmp.c | 98 Set_status_cbit(Equal(cond)); in dbl_fcmp() 113 Set_status_cbit(Equal(cond)); in dbl_fcmp() 128 /* Equal first parts. Now we must use unsigned compares to in dbl_fcmp() 155 /* Equal first parts. Now we must use unsigned compares to in dbl_fcmp()
|
H A D | float.h | 523 #define Equal(cond) Equalbit(cond) macro
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | sfcmp.c | 98 Set_status_cbit(Equal(cond)); in sgl_fcmp() 113 Set_status_cbit(Equal(cond)); in sgl_fcmp()
|
H A D | dfcmp.c | 98 Set_status_cbit(Equal(cond)); in dbl_fcmp() 113 Set_status_cbit(Equal(cond)); in dbl_fcmp() 128 /* Equal first parts. Now we must use unsigned compares to in dbl_fcmp() 155 /* Equal first parts. Now we must use unsigned compares to in dbl_fcmp()
|
H A D | float.h | 523 #define Equal(cond) Equalbit(cond) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 70 static bool Equal(fInt, fInt); /* Returns true if two fInts are equal to each other */ 316 static bool Equal(fInt A, fInt B) in Equal() function 363 if (Equal(Y, fZERO)) in fDivide() 408 if (GreaterThan(fZERO, num) || Equal(fZERO, num)) in fSqrt() 424 if (Equal(num, fZERO)) /*Square Root of Zero is zero */ in fSqrt()
|
H A D | ppatomctrl.c | 1063 Equal(fV_NL, fEVV_V))) { in atomctrl_calculate_voltage_evv_on_sclk()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 70 static bool Equal(fInt, fInt); /* Returns true if two fInts are equal to each other */ 316 static bool Equal(fInt A, fInt B) in Equal() function 363 if (Equal(Y, fZERO)) in fDivide() 408 if (GreaterThan(fZERO, num) || Equal(fZERO, num)) in fSqrt() 424 if (Equal(num, fZERO)) /*Square Root of Zero is zero */ in fSqrt()
|
H A D | ppatomctrl.c | 1094 Equal(fV_NL, fEVV_V))) { in atomctrl_calculate_voltage_evv_on_sclk()
|
Completed in 11 milliseconds