Home
last modified time | relevance | path

Searched defs:max (Results 1 – 10 of 10) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/plugins/
DArrayCwiseBinaryOps.h59 EIGEN_MAKE_CWISE_BINARY_OP(max,max) in EIGEN_MAKE_CWISE_BINARY_OP() argument
/applications/standard/filepicker/entry/src/main/ets/base/utils/
DArrayUtil.ts54 public static max(array: number[]): number { method in ArrayUtil
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/doc/examples/
DTutorial_ReductionsVisitorsBroadcasting_visitors.cpp16 float max = m.maxCoeff(&maxRow, &maxCol); in main() local
/applications/standard/app_samples/code/SuperFeature/MultiDeviceAppDev/Weather/common/src/main/ets/model/
DMain.ts30 …Resource | string, public weather: string, public airLevel: string, public max: string, public min… property in WeekWeather
68 …constructor(public city: string, public temp: string, public weatherType: string, public max: stri… property in HeaderData
/applications/standard/app_samples/code/SystemFeature/IDL/AbilityConnectServiceExtension/entry/src/main/ets/model/
DMain.ts30 …Resource | string, public weather: string, public airLevel: string, public max: string, public min… property in WeekWeather
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/blas/f2c/
Ddatatypes.h20 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
/applications/standard/launcher/common/src/main/ets/default/model/
DPageDesktopModel.ts178 const max = pageCount - 1 > curPageIndex ? curPageIndex + 1 : pageCount - 1; constant
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/libsamplerate/tests/
Dutil.c26 gen_windowed_sines (int freq_count, const double *freqs, double max, float *output, int output_len) in gen_windowed_sines()
/applications/standard/app_samples/code/BasicFeature/Native/NativeXComponent/entry/src/main/cpp/manager/
Dplugin_manager.cpp172 int32_t max = 0; in SetFrameRate() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
Dmain.h71 #define max(A,B) please_protect_your_max_with_parentheses macro